projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7683bd
)
Fix xm mem-set on non-running domains. Closes bug #934.
author
Ewan Mellor
<ewan@xensource.com>
Mon, 26 Mar 2007 12:59:36 +0000
(13:59 +0100)
committer
Ewan Mellor
<ewan@xensource.com>
Mon, 26 Mar 2007 12:59:36 +0000
(13:59 +0100)
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index 7d0da6fc5100a0a138fefd1b00af9ffb7f9299b3..091d2241c99681a05cef6b367e594381bf2ae599 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-573,8
+573,8
@@
class XendDomainInfo:
"""Set the memory target of this domain.
@param target: In MiB.
"""
- log.debug("Setting memory target of domain %s (%
d
) to %d MiB.",
- self.info['name_label'], s
elf.domid
, target)
+ log.debug("Setting memory target of domain %s (%
s
) to %d MiB.",
+ self.info['name_label'], s
tr(self.domid)
, target)
if target <= 0:
raise XendError('Invalid memory size')